home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / newchandlg / scripts / DefineButton2_18 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-03-20  |  266 b   |  7 lines

  1. on(press){
  2.    startDrag("",0,0,0,0,_parent.constraint._y + _parent.constraint._height - this._height);
  3.    _level0.scrollRoutine.fieldObj = this._parent._parent;
  4.    _level0.scrollRoutine.scrollObj = this._parent;
  5.    _level0.scrollRoutine.gotoAndPlay("drag");
  6. }
  7.